*{
    padding:0;
    margin:0;
    font-family:'微软雅黑';
    font-size:16px;
    /* width:100%; */
    /* max-width: 750px; */
    /* background-color: #f8f8f8; */
}
ul,ol,menu{
    list-style-type: none;
}
a{
    text-decoration: none;
    color:#000;
}
img{
    border:none;
}
.r-n{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
}  
.r-w{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;   
}
.c-n{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: column;    
}
.f-ct{
    justify-content: center;
}
.f-st{  
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}
.f-bt{  
    justify-content: space-between;
    align-items: baseline;
}
.f-ed{   
    justify-content:flex-end;
    align-items: flex-end;
}
.f-ad{  
    justify-content:space-around;
}
.alc{
    align-items: center;
    justify-items: center;
}
.f-g{
    flex-grow:1;
}
.ele{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w{
  width:1300px;
}
.ell{
  display: -webkit-box;
  word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.bx{
  box-sizing: border-box;
}
.wd{
  width:100%;
}
.active{
  animation-duration:1s;
  animation-delay: 1s;
  transition-property: all;
}
.header{
  height:6rem;
  padding:1% 0;
  position:relative;
  background-color: #fff;
}
.header-left{
  width:90%;
  height:100%;
}
.header-right{
  width:10%;
  height:100%;
 
}
.icon-caidan{
  font-size:4rem;
  font-weight:600;
  color:#d92820;
}
.nav{
  position: absolute;
  background-color: #d9271b;
  padding:2% 1%;
  top:100%;
  display: none;
  z-index: 99;
}
.nav-list{
  padding:3% 0 3% 2%;
  color:#fff;
  border-bottom: 1px solid #fff;
  font-size:1.2rem;
}
/* 轮播图 */
.banner{
  position: relative;
  height: 29rem;
  /* overflow: hidden; */
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conts{
  background-color: #f8f8f8;
}
/* top 样式 */
.all-top{
  padding:1% 0 1% 2%;
  height:6.4rem;
  background-color: #fff;
}
.all-top-h2{
  padding-right:1%;
  font-size:1.8rem;
  color:#d9271b;
}
.all-top-h3{
  font-size:.8rem;
}
.news{
  background-color: #fff;
  margin-top:.7rem;
  padding:2% 1%;
}
.news-img{
  width:40%;
  height: 15rem;
 overflow: hidden;
}
.news-right{
  padding-left:1%;
  height: 15rem;
  width:60%;
}
.news-right-tit{
  font-size:1.2rem; 
  line-height:2.2rem;
}
.news-right-conts{
  margin-top:2rem;
  font-size:.9rem;
  color:#bababa;
 
}
.news-right-time{
  margin-top:3rem;
  padding:1% 5%;
  background-color: #edeede;
  color:#8b8a85;
  font-size:.9rem;
  border-radius: .6rem;
}
.news--tit{
  font-size:1.2rem;
  line-height: 2.6rem;
 margin-top:2%;
}
.news--conts{
  margin-top:2%;
  font-size:.9rem;
  color:#bababa;
}
.all-tops{
  margin-top:.7rem;
}
/* 业务板块 */
.yewu{
  padding:2% 1%;
  background: #fff;
}
.yewu-list{
  width:50%;
  padding:1%;
}
.yewu-list-img{
  border-radius:1rem;
  height: 14rem;
}
.yewu-list-span{
  padding:2% 0;
  font-size:1.2rem;
}
/* 党群工作 */
.dagnqun{
  padding:2% 0;
  background-color: #fff;
}
.dagnqun img{
  width:100%;
  height:auto;
}
/* footer */
.footer{
  background-color:#f7f7f7;
  padding-top:.7rem;
}
.footers{
  background-color: #fff;
  padding:3% 0;
}
/* 内容页 */
.articles{
  padding:2% 1%;
  background: #fff;
}
.articles-tit{
  padding:2% 0;
  font-size:1.3rem;
  text-align: center;
  line-height: 2.6rem;
}
.articles-sec{
  padding:2% 0;
}
.articles-sec span{
    color:rgb(0,0,0) !important;
}
.articles-sec img{
  max-width: 100%;
}
/* 联系我们 */
.contact , .articles{
  min-height:60rem;
}
.contact-tit{
  font-size:1.4rem;
  padding:2% 0;
  color:#d9271b;
}
.contact-tit-list{
  padding:2% 0;
}
.icon-icon_location ,.icon-dianhuatianchong , .icon-fax-full , .icon-youzhengyinhang ,.icon-jubao{
  font-size:1.1rem;
  font-weight:600;
  padding-right:1%;
  color:#d9271b;
}
.pager-box {
    clear: both;
}
.pager-box ul {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}
.pager-box ul li{
    list-style: none;
    padding: 0;
    display: inline;
    margin: 0 3px;
    background-image: none !important;
    text-indent: 0 !important;
    cursor: pointer;
    font-size:0;
}
.pager-box ul li a, .pager-box ul li span{
    float: none !important;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: center;
    text-indent: 0;
    line-height: 1em;
    font-size: 16px;
}
.pager-box ul li a:hover {
    background-color: #be2118;
    color: #fff;
}
.pager-box ul li.active span{
    background-color: #be2118;
    color: #fff;
}
.pager-box ul li.disabled span{
    background-color: #eee;
    color: #999;
    cursor: no-drop;
}